home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 68.7z
/
BS1 part 68
/
InterChange Plus v3.0 (1993-11)(Syndesis)(Disk 2 of 2).7z
/
InterChange Plus v3.0 (1993-11)(Syndesis)(Disk 2 of 2).adf
/
PC_Tools.LZH
/
MEXP11.ZIP
/
MEXP.DOC
next >
Wrap
Text File
|
1992-10-04
|
3KB
|
78 lines
Master Explode Ver 1.1
By: Joe Thompson
8-2-92
Compuserve ID: 71321,1177
EET BBS Fido-net address 1:116/24
615-325-7800
Disclaimer and limit of liability
Joe Thompson makes no warranty of any kind, either express
or implied, including but not limited to implied warranties
of merchantability and fitness for a particular purpose,
with respect to this software.
In no event shall Joe Thompson be liable for any damages
(including damages for loss of business profits, business
interruption, or loss of business information) arising out of
the use of this software.
Summary
Master Explode is a simple Autocad ADS program to explode
a block without regard to its current scaling factors. In
other words it will explode a block whose scale factors
are say 1.5 in X, and .75 in Y. This is accomplished by
recreating each entity. Arcs and circles are approximated
with polylines as closely as possible. The program first
displays a prompt:
Scale factor <explode>:
To explode a block simply hit return and select the block,
to adjust a blocks scale factor type S and return. That's
it the block is exploded and you are returned to Autocad.
Requirements
This program requires Autocad rel 11 386 or above.
Installation
To begin the program it must first be loaded into Autocad.
This is accomplished by typing the Autolisp command:
(xload "mexp")
This command is required only once per Autocad drawing session.
Once the program is loaded it can be ran by typing:
mexp
The program may be loaded automaticaly at startup by making
the following modifications to your ACAD.lsp file.
(defun s::startup ()
(xload "mexp"))
This should be the first set of lines in your ACAD.lsp file.
If you do not have an ACAD.lsp file a simple ASCII text file
with the above lines will do fine.